Vcenter NamespaceManagement Supervisors Summary Info

Vcenter NamespaceManagement Supervisors Summary Info
Vcenter NamespaceManagement Supervisors Summary Info

The Vcenter NamespaceManagement Supervisors Summary Info schema contains the basic information about the statistics and status related to the Supervisor.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "name": "string",
    "stats": {
        "cpu_used": 0,
        "cpu_capacity": 0,
        "memory_used": 0,
        "memory_capacity": 0,
        "storage_used": 0,
        "storage_capacity": 0
    },
    "config_status": "string",
    "kubernetes_status": "string"
}
string
name
Required

Name of the Supervisor.

This property was added in vSphere API 8.0.0.1.

stats
Required

Basic runtime statistics for the Supervisor.

This property was added in vSphere API 8.0.0.1.

string
config_status
Required

Current status of reaching the desired state configuration for the Supervisor.

For more information see: Vcenter NamespaceManagement Supervisors Summary ConfigStatus.

This property was added in vSphere API 8.0.0.1.

string
kubernetes_status
Required

Current Status of the Supervisor's ability to deploy pods.

For more information see: Vcenter NamespaceManagement Supervisors Summary KubernetesStatus.

This property was added in vSphere API 8.0.0.1.